Click or drag to resize

ResponseEventArgs Class

Provides data for the [!:ReceiveResponse] event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Independentsoft.SipResponseEventArgs

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class ResponseEventArgs : EventArgs

The ResponseEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodResponseEventArgs
Initializes a new instance of the ResponseEventArgs class.
Top
Properties
  NameDescription
Public propertyResponse
Gets the current response.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also